home *** CD-ROM | disk | FTP | other *** search
- dialog( name: '$$$/Dialogs/Settings', first_tab: 'eout' )
- {
- group()
- {
- group( align_children: align_left )
- {
- cluster( name: '$$$/Dialogs/Settings/OutputGroup', align_children: align_left )
- {
- view( align_children: align_row )
- {
- static_text( name: '$$$/Dialogs/Settings/EncodingOut' );
- popup( item_id: 'eout', width: max_char_width() * 28, next_tab: 'ubmk' );
- }
- view( align_children: align_row )
- {
- check_box( item_id: 'ubmk', name: '$$$/Dialogs/Settings/GenBookmarks', next_tab: 'mkac' );
- gap();
- }
- view( align_children: align_row )
- {
- check_box( item_id: 'mkac', name: '$$$/Dialogs/Settings/MakeAcc', next_tab: 'exim' );
- gap();
- }
- }
- cluster( name: '$$$/Dialogs/Settings/ImageGroup', align_children: align_left, alignment: align_fill )
- {
- check_box( item_id: 'exim', name: '$$$/Dialogs/Settings/ExcludeImages', next_tab: 'ucur' );
- view( align_children: align_row )
- {
- check_box( item_id: 'ucur', name: '$$$/Dialogs/Settings/UseCustomFolder', next_tab: 'fldr' );
- edit_text( item_id: 'fldr', width: max_char_width() * 10, next_tab: 'uprf' );
- }
- view( align_children: align_row )
- {
- check_box( item_id: 'uprf', name: '$$$/Dialogs/Settings/UsePrefix', next_tab: 'pref' );
- edit_text( item_id: 'pref', width: max_char_width() * 10, next_tab: 'ftif' );
- }
- view( align_children: align_row )
- {
- static_text( name: '$$$/Dialogs/Settings/OutputFormat' );
- radio( item_id: 'ftif', name: '$$$/Dialogs/Settings/TIFF', next_tab: 'fjpg' );
- radio( item_id: 'fjpg', name: '$$$/Dialogs/Settings/JPG', next_tab: 'fpng' );
- radio( item_id: 'fpng', name: '$$$/Dialogs/Settings/PNG', next_tab: 'ures' );
- }
- view( align_children: align_row )
- {
- check_box( item_id: 'ures', name: '$$$/Dialogs/Settings/Resolution', next_tab: 'ires' );
- popup( item_id: 'ires', width: max_char_width() * 5 );
- static_text( name: '$$$/Dialogs/Settings/dpi' );
- }
- }
-
- ok_cancel( ok_name: '$$$/ControlsStrings/OK',
- cancel_name: '$$$/ControlsStrings/Cancel' );
-
- }
- }
- }
-